func crypto/tls.clientSessionCacheKey

3 uses

	crypto/tls (current package)
		handshake_client.go#L265: 	cacheKey = clientSessionCacheKey(c.conn.RemoteAddr(), c.config)
		handshake_client.go#L986: func clientSessionCacheKey(serverAddr net.Addr, config *Config) string {
		handshake_client_tls13.go#L678: 	cacheKey := clientSessionCacheKey(c.conn.RemoteAddr(), c.config)